home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP10 / xIMAP10.dxr / 00177.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  146 b   |  12 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     go(47)
  4.   else
  5.     if rollOver(10) then
  6.       go(the frame)
  7.     else
  8.       go(18)
  9.     end if
  10.   end if
  11. end
  12.